java native interface造句
例句与造句
- java native interface or remote method invocation
java本机接口或远程方法调用。 - java native interface shows you how to integrate native code with programs written in java
向您介绍了如何将本地代码集成到用java编写的程序。 - the rjcb technology uses the java native interface framework to bridge java code and com code
rjcb技术采用java本机接口(jni)框架在桥java代码和com之间实现桥接。 - one standard way to produce java apis for non-java applications is to use java native interface
为非java应用程序生成javaapi的一种标准方法是使用java本地接口(jni)。 - about thirty of the swt source files use the java native interface, so we need to compile them slightly differently notice the
大约有30个swt源文件使用java本机接口(javanativeinterface(jni)),因此我们需要以略微不同的方式来编译它们(请注意 - It's difficult to find java native interface in a sentence. 用java native interface造句挺难的
- using the java native interface to communicate between a native event source and java listeners can be tricky, especially in multithreaded environments
使用javanativeinterface(jni)在本地事件源和java侦听器之间进行通信,可能需要一些技巧,尤其是有多线程环境中。 - in a few simplified examples, this paper describes key java native interface programming concepts and highlights linux on power-specific, as well as common, programming pitfalls, where appropriate
本文通过一些简化的示例描述了重要的java本地接口(javanativeinterface,jni)编程概念,并在适当的地方着重指出了特定于power上linux的以及通常的编程隐患。 - this article is useful to developers who are new to java native interface programming and want to test their jni programming skills on linux for power distributions, such as red hat enterprise linux 3 and suse linux enterprise linux v9
对那些刚接触java本地接口编程,并且想要在用于power的linux发行版本(比如redhatenterpriselinux3和suselinuxenterpriselinuxv9)上检验其jni编程能力的开发者来说,本文会有所帮助。 - 2 . we implement javabeans wrapper and com + wrapper . different technologies are used to implement the two wrappers . javabeans introspection and java reflection api are used in implementing javabeans wrapper and java native interface are used in implementing com + component wrapper
javabean构件包装器通过使用javabean的自省机制和java语言本身的反射机制实现对原始构件的访问;com+构件包装器通过jni(javanativeinterface)解决了java与com+构件间的交互问题。 - this enables websphere application server to connect to websphere mq in bindings transport mode, which uses java native interface libraries to connect to the mq queue manager directly, rather than client connection mode, where the connection is established over a tcp ip network connection
这允许websphereapplicationserver使用绑定传输模式连接到webspheremq,而不必使用客户机连接模式,前者使用javanativeinterface(jni)库来直接连接到mq队列管理器,而后者是通过tcp/ip网络连接来建立连接的。